projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a989d6
)
(nntp-accept-response): Add a timeout parameter to `accept-process-output'.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Jan 1996 00:20:56 +0000
(
00:20
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Jan 1996 00:20:56 +0000
(
00:20
+0000)
lisp/nntp.el
patch
|
blob
|
history
diff --git
a/lisp/nntp.el
b/lisp/nntp.el
index 31edc21d67363d3e79575e20aa417905e8d31967..f3c0b7a0eb7ad7562c91beea0f6351bf3890dedc 100644
(file)
--- a/
lisp/nntp.el
+++ b/
lisp/nntp.el
@@
-1183,7
+1183,7
@@
defining this function as macro."
(sleep-for 1)
(message ""))
(condition-case errorcode
- (accept-process-output nntp-server-process)
+ (accept-process-output nntp-server-process
1
)
(error
(cond ((string-equal "select error: Invalid argument"
(nth 1 errorcode))